home *** CD-ROM | disk | FTP | other *** search
- Path: sn.no!not-for-mail
- From: ilan@sn.no (Ilan Sharoni)
- Newsgroups: comp.sys.amiga.programmer
- Subject: BitMap problem
- Date: 10 Apr 1996 06:53:36 +0200
- Organization: SN Internett
- Message-ID: <4kfesg$sqe@sinsen.sn.no>
- NNTP-Posting-Host: sinsen.sn.no
- X-Newsreader: THOR 2.0 (SOUP)
-
-
-
- I AllocBitMap(), link it to a RastPort, Text() a string to the
- bitmap (should dump it to the printer latter), FreeBitMap() it,
- and when it is all done, I can not access the leftmost menu of my
- window (this window has nothing to do with the allocated bitmap).
- When I press the right-mouse-button over the leftmost menu
- (GadTools Menu), the system crash in a colorful firework.
- Most often it is Alert no. 8000 0003 (ACPU_AddressErr), but not
- always.
-
- AllocRaster() instead, or removing the text() call don't help,
- only removing the FreeBitMap().
-
- I found nothing in the RKRM about "independent" bitmaps and
- rastports.
-
-
- Any ideas?
- Please reply by e-mail.
-
-
- p.s. How do I create a custom ColorMap ?
-
-
- ilan
-
-
-
-
-